<ShowPlanXML xmlns="http://schemas.microsoft.com/sqlserver/2004/07/showplan" Version="1.1" Build="10.50.1600.1">
  <BatchSequence>
    <Batch>
      <Statements>
        <StmtSimple StatementText="DELETE FROM People" StatementId="1" StatementCompId="1" StatementType="DELETE" StatementSubTreeCost="0.0132996" StatementEstRows="8" StatementOptmLevel="TRIVIAL" QueryHash="0xB6CAC98B40A76DA1" QueryPlanHash="0x0FFE1744DF71592F">
          <StatementSetOptions QUOTED_IDENTIFIER="true" ARITHABORT="false" CONCAT_NULL_YIELDS_NULL="true" ANSI_NULLS="true" ANSI_PADDING="true" ANSI_WARNINGS="true" NUMERIC_ROUNDABORT="false"/>
          <QueryPlan DegreeOfParallelism="0" CachedPlanSize="8" CompileTime="37" CompileCPU="13" CompileMemory="64">
            <RelOp NodeId="0" PhysicalOp="Clustered Index Delete" LogicalOp="Delete" EstimateRows="8" EstimateIO="0.01" EstimateCPU="8e-006" AvgRowSize="9" EstimatedTotalSubtreeCost="0.0132996" Parallel="0" EstimateRebinds="0" EstimateRewinds="0">
              <OutputList/>
              <RunTimeInformation>
                <RunTimeCountersPerThread Thread="0" ActualRows="8" ActualEndOfScans="1" ActualExecutions="1"/>
              </RunTimeInformation>
              <Update DMLRequestSort="0">
                <Object Database="[StackOverflow]" Schema="[dbo]" Table="[People]" Index="[PK_People_id]" IndexKind="Clustered"/>
                <RelOp NodeId="1" PhysicalOp="Top" LogicalOp="Top" EstimateRows="8" EstimateIO="0" EstimateCPU="8e-007" AvgRowSize="11" EstimatedTotalSubtreeCost="0.0032916" Parallel="0" EstimateRebinds="0" EstimateRewinds="0">
                  <OutputList>
                    <ColumnReference Database="[StackOverflow]" Schema="[dbo]" Table="[People]" Column="id"/>
                  </OutputList>
                  <RunTimeInformation>
                    <RunTimeCountersPerThread Thread="0" ActualRows="8" ActualEndOfScans="1" ActualExecutions="1"/>
                  </RunTimeInformation>
                  <Top RowCount="1" IsPercent="0" WithTies="0">
                    <TopExpression>
                      <ScalarOperator ScalarString="(0)">
                        <Const ConstValue="(0)"/>
                      </ScalarOperator>
                    </TopExpression>
                    <RelOp NodeId="2" PhysicalOp="Clustered Index Scan" LogicalOp="Clustered Index Scan" EstimateRows="8" EstimateIO="0.003125" EstimateCPU="0.0001658" AvgRowSize="11" EstimatedTotalSubtreeCost="0.0032908" TableCardinality="8" Parallel="0" EstimateRebinds="0" EstimateRewinds="0">
                      <OutputList>
                        <ColumnReference Database="[StackOverflow]" Schema="[dbo]" Table="[People]" Column="id"/>
                      </OutputList>
                      <RunTimeInformation>
                        <RunTimeCountersPerThread Thread="0" ActualRows="8" ActualEndOfScans="1" ActualExecutions="1"/>
                      </RunTimeInformation>
                      <IndexScan Ordered="1" ForcedIndex="0" NoExpandHint="0">
                        <DefinedValues>
                          <DefinedValue>
                            <ColumnReference Database="[StackOverflow]" Schema="[dbo]" Table="[People]" Column="id"/>
                          </DefinedValue>
                        </DefinedValues>
                        <Object Database="[StackOverflow]" Schema="[dbo]" Table="[People]" Index="[PK_People_id]" IndexKind="Clustered"/>
                      </IndexScan>
                    </RelOp>
                  </Top>
                </RelOp>
              </Update>
            </RelOp>
          </QueryPlan>
        </StmtSimple>
      </Statements>
    </Batch>
  </BatchSequence>
</ShowPlanXML>